type runtime.stackObjectBuf

9 uses

	runtime (current package)
		mgcstack.go#L125: type stackObjectBuf struct {
		mgcstack.go#L134: 	next *stackObjectBuf
		mgcstack.go#L141: 	if unsafe.Sizeof(stackObjectBuf{}) > unsafe.Sizeof(workbuf{}) {
		mgcstack.go#L191: 	head  *stackObjectBuf
		mgcstack.go#L192: 	tail  *stackObjectBuf
		mgcstack.go#L274: 		x = (*stackObjectBuf)(unsafe.Pointer(getempty()))
		mgcstack.go#L284: 		y := (*stackObjectBuf)(unsafe.Pointer(getempty()))
		mgcstack.go#L311: func binarySearchTree(x *stackObjectBuf, idx int, n int) (root *stackObject, restBuf *stackObjectBuf, restIdx int) {